home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyperSlots1.0.cpt / HyperSlots1.0 / card_3042.txt < prev    next >
Text File  |  1987-12-19  |  3KB  |  193 lines

  1. -- card: 3042 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2577
  5. -- name: 
  6.  
  7.  
  8. -- part 6 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=181 top=59 right=97 bottom=239
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 12
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 45
  19. -- part name: 
  20.  
  21.  
  22. -- part 7 (field)
  23. -- low flags: 01
  24. -- high flags: 0007
  25. -- rect: left=223 top=59 right=97 bottom=281
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 12
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 45
  33. -- part name: 
  34.  
  35.  
  36. -- part 8 (field)
  37. -- low flags: 01
  38. -- high flags: 0007
  39. -- rect: left=265 top=59 right=97 bottom=323
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 12
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 45
  47. -- part name: 
  48.  
  49.  
  50. -- part 9 (field)
  51. -- low flags: 01
  52. -- high flags: 0001
  53. -- rect: left=307 top=53 right=98 bottom=324
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 
  62.  
  63.  
  64. -- part 10 (button)
  65. -- low flags: 00
  66. -- high flags: 8002
  67. -- rect: left=182 top=103 right=131 bottom=308
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Play It
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   play Waltzvamp
  79.   play Waltzvamp
  80.   repeat with it = 1 to 5
  81.     repeat with mux = 1 to 3
  82.       set scroll of card field mux to 45*it
  83.     end repeat
  84.   end repeat
  85.   put the random of 18 into Eins
  86.   repeat with it = 1 to Eins
  87.     repeat with mux = 1 to 3
  88.       set scroll of card field mux to 45*it
  89.     end repeat
  90.   end repeat
  91.   play marimba
  92.   put the random of 18 into Zwei
  93.   repeat with it = 1 to Zwei
  94.     repeat with mux = 2 to 3
  95.       set scroll of card field mux to 45*it
  96.     end repeat
  97.   end repeat
  98.   play marimba
  99.   put the random of 18 into Drei
  100.   repeat with it = 1 to Drei
  101.     set scroll of card field 3 to 45*it
  102.   end repeat
  103.   play marimba
  104.   if char 1 of line (Eins+1) of card field 1 = char 1 of line (Zwei+1) of card field 2 then
  105.     repeat 2 times
  106.       play Hallelujah
  107.     end repeat
  108.     flash 24
  109.   end if
  110.   if char 1 of line (Eins+1) of card field 1 = char 1 of line (Drei+1) of card field 3 then
  111.     repeat 2 times
  112.       play Hallelujah
  113.     end repeat
  114.     flash 24
  115.   end if
  116.   if char 1 of line (Drei+1) of card field 3 = char 1 of line (Zwei+1) of card field 2 then
  117.     repeat 2 times
  118.       play Hallelujah
  119.     end repeat
  120.     flash 24
  121.   end if
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part contents for card part 6
  127. ----- text -----
  128. q
  129. w
  130. e
  131. r
  132. t
  133. Y
  134. i
  135. o
  136. S
  137. Z
  138. d
  139. g
  140. h
  141. j
  142. l
  143. X
  144. V
  145. b
  146. n
  147.  
  148.  
  149.  
  150. -- part contents for card part 7
  151. ----- text -----
  152. l
  153. X
  154. V
  155. b
  156. n
  157. q
  158. w
  159. e
  160. r
  161. t
  162. Y
  163. i
  164. o
  165. S
  166. d
  167. g
  168. h
  169. j
  170. Z
  171.  
  172. -- part contents for card part 8
  173. ----- text -----
  174. o
  175. S
  176. d
  177. g
  178. h
  179. j
  180. l
  181. Z
  182. X
  183. V
  184. b
  185. n
  186. q
  187. w
  188. e
  189. r
  190. t
  191. Y
  192. i
  193.